#map {
  width: 95%;
  height: 450px;
  background: grey;
}

#panel {
  width: 100%;
  height: 400px;
}

.button {
  padding: 6px 35px;
  background: linear-gradient(223.6deg, #65ebe2, #6b9cff);
  font-family: "FiraGO";
  color: #272d37;
  border: none;
  cursor: pointer;
  border-radius: 20px;
}

.button:hover {
  background: linear-gradient(223.6deg, #5ad3cb, #608ce5);
}

.horizontal-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.horizontal-group > div {
  margin-right: 40px;
}
